xend: Store canonical vnif config info in /vm/<uuid>/device
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 11 Apr 2007 13:30:56 +0000 (14:30 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 11 Apr 2007 13:30:56 +0000 (14:30 +0100)
commitb8680a8065db680588d6a0c6b0895fe5cab43443
treeeacbefb5b99e1b69af36d62a427f0a8052899314
parent30fbfa471fdd06beeb95d201005ddde36dcc9205
xend: Store canonical vnif config info in /vm/<uuid>/device
rather than in frontend store directory. Two advantages are that the
frontend cannot mess with the config information; also an
ioemu-specific vif does nto need a frontend directory at all. This
avoids confusing netfront pv-on-hvm driver.
Signed-off-by: Keir Fraser <keir@xensource.com>
tools/python/xen/xend/XendCheckpoint.py
tools/python/xen/xend/server/DevController.py
tools/python/xen/xend/server/netif.py